home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / System / Swatch / Development / swatch 1.2 / swatch INIT / (driver open INIT) / ShowINIT.h < prev   
Encoding:
C/C++ Source or Header  |  1990-10-15  |  744 b   |  46 lines  |  [TEXT/KAHL]

  1. /*******************************************************************************
  2.  ***
  3.  *** ShowINIT.h
  4.  ***
  5.  *** Prototypes for ShowINIT library
  6.  ***
  7.  *** History:
  8.  ***   jhh 26 may 89 -- flash project; joe holt
  9.  ***
  10.  ***/
  11.  
  12. #ifndef _H_SHOW_INIT
  13. #define _H_SHOW_INIT
  14.  
  15. #include <types.h>
  16.  
  17. /*******************************************************************************
  18.  **
  19.  **    Public Macros
  20.  **
  21.  **/
  22.  
  23.     /* none */
  24.  
  25.  
  26. /*******************************************************************************
  27.  **
  28.  **    Public Variables
  29.  **
  30.  **/
  31.  
  32.     /* none */
  33.  
  34.  
  35. /*******************************************************************************
  36.  **
  37.  **    Public Functions
  38.  **
  39.  **/
  40.  
  41. pascal void
  42. ShowINIT(int16 iconID, int16 moveX);
  43.  
  44.  
  45. #endif  /* ifndef _H_SHOW_INIT */
  46.